home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 2 / Apprentice-Release2.iso / Source Code / Add-Ons / After Dark / Joe Judge / Sphere ƒ / README < prev    next >
Encoding:
Text File  |  1994-11-26  |  2.8 KB  |  59 lines  |  [TEXT/ttxt]

  1.  
  2. Sphere
  3.     This is another Xlock module turned After Dark screensaver !
  4.  
  5. I've attached the original copyright and the secondary information (of the version from which I worked). Unaltered copies of this work may be freely distributed via online services as long as this README file accompanies it. All other (commercial) methods must obtain permission.
  6.  
  7. Hope you like it  ... PLEASE send a postcard (read the module's about box for details). 
  8.  
  9. If you are interested in a custom or promotional screensaver module, contact us! We can cover you for Macintosh software/Windows software, general consulting, etc.
  10.  
  11. Joseph Judge                               America Online: JosephJ1
  12. Photon Farmers                                      Internet:        JosephJ1@aol.com, and others ...
  13. voice: 614-337-1752
  14. fax:     614-337-0825
  15.  
  16. (Dec. 1994 note: I'll be moving soon. So, the US Mail address will change and the programmers mailing list will soon change. Watch for details on the 'net)
  17.  
  18. I tried to get some computer-built music to play with this module ... but it sounded horrible and I #ifdef'd it out. Someday I will find a good music generation routine).
  19.  
  20.  
  21. /*-
  22.  * sphere.c - Draw a bunch of shaded spheres for xlock,
  23.  * the X Window System lockscreen.
  24.  *
  25.  * Copyright (c) 1988 by Sun Microsystems
  26.  *
  27.  * See xlock.c for copying information.
  28.  *
  29.  * Revision History:
  30.  * 2-Sep-93: xlock version (David Bagley bagleyd@source.asset.com)
  31.  * 1988: Revised to use SunView canvas instead of gfxsw Sun Microsystems
  32.  * 1982: Orignal Algorithm  Tom Duff  Lucasfilm Ltd.
  33.  */
  34.  
  35. /* original copyright
  36.  ******************************************************************************
  37.  Copyright 1988 by Sun Microsystems, Inc. Mountain View, CA.
  38.  
  39.  All Rights Reserved
  40.  
  41.  Permission to use, copy, modify, and distribute this software and its
  42.  documentation for any purpose and without fee is hereby granted,
  43.  provided that the above copyright notice appear in all copies and that
  44.  both that copyright notice and this permission notice appear in
  45.  supporting documentation, and that the names of Sun or MIT not be
  46.  used in advertising or publicity pertaining to distribution of the
  47.  software without specific prior written permission. Sun and M.I.T.
  48.  make no representations about the suitability of this software for
  49.  any purpose. It is provided "as is" without any express or implied warranty.
  50.  
  51.  SUN DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING
  52.  ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
  53.  PURPOSE. IN NO EVENT SHALL SUN BE LIABLE FOR ANY SPECIAL, INDIRECT
  54.  OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS
  55.  OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE
  56.  OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE
  57.  OR PERFORMANCE OF THIS SOFTWARE.
  58.  *****************************************************************************/
  59.